Richard M. Stallman [Fri, 31 Jan 1997 09:35:39 +0000 (09:35 +0000)]
(rmail-reply): Copy all the References: headers
from the original message.
Richard M. Stallman [Fri, 31 Jan 1997 09:34:45 +0000 (09:34 +0000)]
(mail-fetch-field): New arg LIST.
Richard M. Stallman [Fri, 31 Jan 1997 07:48:16 +0000 (07:48 +0000)]
(edmacro-parse-keys): Don't treat C-. or C-? as ASCII control char.
Richard M. Stallman [Fri, 31 Jan 1997 06:17:06 +0000 (06:17 +0000)]
(compilation-enter-directory-regexp)
(compilation-leave-directory-regexp): Add .* at beginning.
Richard M. Stallman [Thu, 30 Jan 1997 22:17:33 +0000 (22:17 +0000)]
(ps-print-header): Doc fix.
Richard M. Stallman [Tue, 28 Jan 1997 22:22:10 +0000 (22:22 +0000)]
(load-save-place-alist-from-file): Delete spurious t's.
Noah Friedman [Tue, 28 Jan 1997 18:38:51 +0000 (18:38 +0000)]
Spelling corrections.
Removed a couple of redundant entries.
Richard M. Stallman [Tue, 28 Jan 1997 05:04:25 +0000 (05:04 +0000)]
(compilation-error-regexp-alist): Undo 1/21 change.
In the GNU message with program name alternative,
allow digits in the program name after the first character.
Paul Eggert [Tue, 28 Jan 1997 04:51:45 +0000 (04:51 +0000)]
(isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod
might need it.
(fmod): Ensure that the magnitude of the result does not exceed that
of the divisor, and that the sign of the result does not disagree with
that of the dividend. This does not yield a
particularly accurate result, but at least it will be in the
range promised by fmod.
Richard M. Stallman [Mon, 27 Jan 1997 22:55:04 +0000 (22:55 +0000)]
(comint-exec-1): Use file-accessible-directory-p.
Paul Eggert [Mon, 27 Jan 1997 20:12:52 +0000 (20:12 +0000)]
Include <float.h> if STDC_HEADERS.
(DBL_MAX_10_EXP): Define if not defined; default is IEEE double.
(doprnt1): Allocate enough buffer space to handle very large floating
point numbers, or very large field widths or precisions.
Detect overflow in field widths or precisions.
Richard M. Stallman [Mon, 27 Jan 1997 05:23:31 +0000 (05:23 +0000)]
(timezone-parse-date): Treat unknown month name
like any other unrecognized format.
Richard M. Stallman [Mon, 27 Jan 1997 02:40:13 +0000 (02:40 +0000)]
(byte-compile-inline-expand): Recalculate fn
after loading a file to define the function.
Richard M. Stallman [Mon, 27 Jan 1997 02:40:00 +0000 (02:40 +0000)]
(jka-compr-error): Use with-current-buffer.
(jka-compr-call-process, jka-compr-file-local-copy)
(jka-compr-write-region): Use with-current-buffer.
Karl Heuer [Mon, 27 Jan 1997 01:48:25 +0000 (01:48 +0000)]
Check for rint and cbrt.
Karl Heuer [Mon, 27 Jan 1997 01:47:08 +0000 (01:47 +0000)]
(HAVE_RINT, HAVE_CBRT): Add undefs.
Richard M. Stallman [Mon, 27 Jan 1997 00:48:16 +0000 (00:48 +0000)]
(openp): Handle remote file names in path.
Don't use the path for an absolute name.
(Fload): Handle openp finding a remote file name.
(Qinhibit_file_name_operation): New variable.
(syms_of_lread): Initialize and staticpro.
(Fload): Bind inhibit-file-name-operation to nil.
Joel N. Weber II [Mon, 27 Jan 1997 00:04:28 +0000 (00:04 +0000)]
use tasks.version
Richard M. Stallman [Sun, 26 Jan 1997 07:58:57 +0000 (07:58 +0000)]
Minor changes.
Richard M. Stallman [Sun, 26 Jan 1997 06:57:00 +0000 (06:57 +0000)]
Document how insert-before-markers affects overlays.
Richard M. Stallman [Sun, 26 Jan 1997 05:14:27 +0000 (05:14 +0000)]
(ange-ftp-get-process): Call delete-process.
Richard M. Stallman [Sat, 25 Jan 1997 20:21:03 +0000 (20:21 +0000)]
(news-post-news): New arg NOQUERY.
Richard M. Stallman [Sat, 25 Jan 1997 20:19:30 +0000 (20:19 +0000)]
(set_internal): New subroutine. New arg BINDFLAG.
Don't make a new buffer-local binding if BINDFLAG is 0.
(Fset): Use set_internal.
Richard M. Stallman [Sat, 25 Jan 1997 20:19:07 +0000 (20:19 +0000)]
(unbind_to, specbind): Use set_internal.
Karl Heuer [Sat, 25 Jan 1997 09:50:25 +0000 (09:50 +0000)]
[!HAVE_RINT] (rint): Convert macro to an actual
function, so we can take its address.
Karl Heuer [Sat, 25 Jan 1997 06:47:28 +0000 (06:47 +0000)]
(rmail-get-new-mail): Fix return value to match doc.
Richard M. Stallman [Fri, 24 Jan 1997 09:31:32 +0000 (09:31 +0000)]
(try_window): Remove frobnication of tab_offset in a minibuffer window.
(display_text_line): Likewise, for the taboffset parameter.
Richard M. Stallman [Fri, 24 Jan 1997 09:31:18 +0000 (09:31 +0000)]
(pos_tab_offset): Take the width of the minibuffer prompt into account.
(vmotion): In calls to compute_motion use a value for tab_offset
that is corrected by the minibuffer prompt width.
Richard M. Stallman [Fri, 24 Jan 1997 05:47:12 +0000 (05:47 +0000)]
(read1): Round size of bool-vector properly.
Richard M. Stallman [Fri, 24 Jan 1997 03:51:57 +0000 (03:51 +0000)]
(completion-no-auto-exit): New variable.
(choose-completion-string): Obey compilation-error-regexp-alist.
Richard M. Stallman [Thu, 23 Jan 1997 21:49:59 +0000 (21:49 +0000)]
(compilation-parse-errors): Use looking-at on each line.
(compilation-error-regexp-alist): Change these regexps
so that they assume matching only at start of line.
Delete \n at beginning; otherwise add `.*'.
Richard M. Stallman [Thu, 23 Jan 1997 06:25:22 +0000 (06:25 +0000)]
(tmm-get-keymap): Recognize explicit lambda expressions as valid.
Paul Eggert [Thu, 23 Jan 1997 04:23:12 +0000 (04:23 +0000)]
automatically generated from GPLed version
Richard M. Stallman [Wed, 22 Jan 1997 08:02:25 +0000 (08:02 +0000)]
(compilation-error-regexp-alist):
In MIPS lint and Sun Ada regexps, reject newline in some
[^...] constructs. Require newline at start in MIPS lint.
Paul Eggert [Wed, 22 Jan 1997 05:25:31 +0000 (05:25 +0000)]
automatically generated from GPLed version
Paul Eggert [Wed, 22 Jan 1997 02:56:37 +0000 (02:56 +0000)]
(set_time_zone_rule_tz1, set_time_zone_rule_tz2):
Put "+" in value; needed if we are a Solaris 1 executable
running under Solaris 2.
Define these variables only if LOCALTIME_CACHE is defined.
Richard M. Stallman [Wed, 22 Jan 1997 02:04:17 +0000 (02:04 +0000)]
(enriched-translations): Add top' and choice' everywhere so that *
can be entered.
(custom-face-attributes): Don't use top-line'.
(mode-line-format): Replace (:eval mode-line-mode-name)'.
(mode-line-mode-name): New.
(make-mode-line-mouse-sensitive): Don't change default value
of x' are found before files starting with down_p'.
Richard M. Stallman [Tue, 21 Jan 1997 23:17:12 +0000 (23:17 +0000)]
(ange-ftp-load): If fail, return nil.
Eli Zaretskii [Tue, 21 Jan 1997 17:41:30 +0000 (17:41 +0000)]
(run_msdos_command): Remove unused variables.
(crlf_to_lf): Remove unused variables.
(Fmsdos_downcase_filename): Remove unused variable.
(IT_set_frame_parameters): Declare prototypes for external functions.
(IT_set_frame_parameters): Correct format specifier.
(IT_set_terminal_modes): Remove unused variable.
(top level): Add header files which declare used functions.
Richard M. Stallman [Tue, 21 Jan 1997 09:27:59 +0000 (09:27 +0000)]
(html-mode): Locally set sentence-end.
Richard M. Stallman [Tue, 21 Jan 1997 05:38:46 +0000 (05:38 +0000)]
(FAST_MAKE_GLYPH): Rename args to CHAR and FACE.
Cast CHAR to unsigned char before using it.
Richard M. Stallman [Tue, 21 Jan 1997 05:26:30 +0000 (05:26 +0000)]
(stamp-oldxmenu): New target.
(temacs): Depend on stamp-oldxmenu, not on ${OLDXMENU}.
Richard M. Stallman [Tue, 21 Jan 1997 04:43:45 +0000 (04:43 +0000)]
Delete explicit autoload calls.
Provide octave-mod.
Move the variables formerly in octave.el
to the top of the file.
Richard M. Stallman [Tue, 21 Jan 1997 01:55:08 +0000 (01:55 +0000)]
(movemail)): Link with getopt.
Richard M. Stallman [Tue, 21 Jan 1997 01:54:39 +0000 (01:54 +0000)]
(main): Do not display "[POP-password]" in the usage
message when movemail is compiled without POP support.
(main, popmail): Add the optional "-p" argument, which causes
movemail to leave mail in the inbox after copying it into the
output file.
Richard M. Stallman [Tue, 21 Jan 1997 01:51:46 +0000 (01:51 +0000)]
(rmail-preserve-inbox): New variable.
(rmail-get-new-mail): If rmail-preserve-inbox is non-nil, then
don't truncate the inboxes after retrieving mail from them.
Richard M. Stallman [Tue, 21 Jan 1997 01:16:10 +0000 (01:16 +0000)]
(smtpmail-read-response): Don't get confused by %'s in response-string.
Richard M. Stallman [Tue, 21 Jan 1997 00:40:35 +0000 (00:40 +0000)]
Whitespace change.
Richard M. Stallman [Tue, 21 Jan 1997 00:40:19 +0000 (00:40 +0000)]
Merge in octave.el; don't require octave.el.
Don't require octave-inf.el.
(octave-mode): Delete the startup message.
(octave-maintainer-address): Add bug-gnu-emacs.
(octave-version): Variable deleted.
(octave-submit-bug-report): Use emacs-version.
Richard M. Stallman [Tue, 21 Jan 1997 00:37:59 +0000 (00:37 +0000)]
Require octave-mod, not octave.
Richard M. Stallman [Tue, 21 Jan 1997 00:35:48 +0000 (00:35 +0000)]
Initial revision
Richard M. Stallman [Tue, 21 Jan 1997 00:30:23 +0000 (00:30 +0000)]
(octave-mode): Delete the startup message.
Richard M. Stallman [Tue, 21 Jan 1997 00:29:57 +0000 (00:29 +0000)]
Initial revision
Richard M. Stallman [Mon, 20 Jan 1997 23:23:17 +0000 (23:23 +0000)]
(timezone-parse-date): Handle 1-digit year.
Paul Eggert [Mon, 20 Jan 1997 09:03:05 +0000 (09:03 +0000)]
--help, --version: New options, for conformance to GNU coding standards.
(Copyright, Help, Id): New variables, for above.
(rlog): Use -q option with cvs log, to avoid useless chatter.
Treat logs of "Initial revision" (RCS) or "file F was initially added
on branch B." (CVS) as if they said "New file.", for consistency with
change log entries.
Richard M. Stallman [Mon, 20 Jan 1997 08:08:13 +0000 (08:08 +0000)]
(dumpglyphs): Declare g as GLYPH.
Richard M. Stallman [Mon, 20 Jan 1997 07:30:40 +0000 (07:30 +0000)]
Include maillock.h (conditionally).
Remove a redundant inclusion of <stdio.h>.
(MAIL_USE_MAILLOCK): New macro, conditionally defined.
(main): Add variable spool_name.
Support the usage of maillock and mailunlock to
lock and unlock mailboxes.
(mail_spool_name): New function.
Richard M. Stallman [Mon, 20 Jan 1997 02:22:25 +0000 (02:22 +0000)]
(init_display): Use `fatal'.
Richard M. Stallman [Mon, 20 Jan 1997 02:21:33 +0000 (02:21 +0000)]
(Fsignal): Call fatal if no error handlers and no catch.
Richard M. Stallman [Mon, 20 Jan 1997 02:21:19 +0000 (02:21 +0000)]
(fatal): Print a newline at the end.
(term_init): Calls to fatal changed.
Richard M. Stallman [Mon, 20 Jan 1997 01:56:52 +0000 (01:56 +0000)]
(print): Round size of bool-vector properly.
Geoff Voelker [Mon, 20 Jan 1997 01:52:48 +0000 (01:52 +0000)]
Rebuild Vsystem_configuration at startup.
Richard M. Stallman [Mon, 20 Jan 1997 01:21:07 +0000 (01:21 +0000)]
(init_display): Check for overflow in screen size.
Geoff Voelker [Mon, 20 Jan 1997 01:10:38 +0000 (01:10 +0000)]
Update include conditionals to use new name.
Geoff Voelker [Mon, 20 Jan 1997 01:07:48 +0000 (01:07 +0000)]
Change uses of win32 to w32.
Geoff Voelker [Mon, 20 Jan 1997 01:00:08 +0000 (01:00 +0000)]
Use new name w32gui.h.
Geoff Voelker [Mon, 20 Jan 1997 00:58:23 +0000 (00:58 +0000)]
Use new name w32gui.h
Geoff Voelker [Mon, 20 Jan 1997 00:43:16 +0000 (00:43 +0000)]
Change all uses of win95, winnt, and win32 into Windows 95, Windows
NT, and W32, respectively.
Expand "win" substring in variables referring to Microsoft Windows
constructs into "windows".
Canonicalize header comments to use same terminology.
Geoff Voelker [Mon, 20 Jan 1997 00:39:13 +0000 (00:39 +0000)]
(term_init): Use new name initialize_w32_display.
Geoff Voelker [Mon, 20 Jan 1997 00:38:22 +0000 (00:38 +0000)]
Change all uses of win95, winnt, and win32
into Windows 95, Windows NT, and W32, respectively.
Expand "win" substring in variables referring to Microsoft Windows
constructs into "windows".
Canonicalize header comments to use same terminology.
Geoff Voelker [Mon, 20 Jan 1997 00:34:34 +0000 (00:34 +0000)]
Change all uses of win95, winnt, and win32
into Windows 95, Windows NT, and W32, respectively.
Expand "win" substring in variables referring to Microsoft Windows
constructs into "windows".
Canonicalize header comments to use same terminology.
Geoff Voelker [Mon, 20 Jan 1997 00:05:31 +0000 (00:05 +0000)]
Use windows95 and windowsnt instead
of win95 and winnt, respectively.
Richard M. Stallman [Sun, 19 Jan 1997 01:34:39 +0000 (01:34 +0000)]
(change_frame_size_1): Reject new sizes if they cause overflow.
Richard M. Stallman [Sun, 19 Jan 1997 01:28:07 +0000 (01:28 +0000)]
(skip_chars): Optimize by not calling SET_PT in the loop.
Richard M. Stallman [Sun, 19 Jan 1997 00:48:00 +0000 (00:48 +0000)]
(mantemp-insert-cxx-syntax): Recognize non-class templates.
(mantemp-make-mantemps-buffer): Simplify message.
(mantemp-make-mantemps-region): Simplify message.
Richard M. Stallman [Sun, 19 Jan 1997 00:47:24 +0000 (00:47 +0000)]
Initial revision
Richard M. Stallman [Sat, 18 Jan 1997 06:10:10 +0000 (06:10 +0000)]
(shell-mode): Don't set list-buffers-directory.
Richard M. Stallman [Sat, 18 Jan 1997 06:08:37 +0000 (06:08 +0000)]
(ange-ftp-waiting-flag): New variable.
(ange-ftp-load): Bind that to t, and catch ftp-error.
(ange-ftp-cf2, ange-ftp-cf1): If ange-ftp-waiting-flag is t,
throw instead of signaling an error.
Richard M. Stallman [Fri, 17 Jan 1997 07:07:20 +0000 (07:07 +0000)]
(push_key_description): Print C-j, not TAB.
Richard M. Stallman [Fri, 17 Jan 1997 07:01:51 +0000 (07:01 +0000)]
Clean up parentheses.
Eli Zaretskii [Thu, 16 Jan 1997 13:12:51 +0000 (13:12 +0000)]
* (interrupt_signal): Make emergency exit work on MSDOS
frames. Block further SIGINTs while `interrupt_signal' runs.
Eli Zaretskii [Thu, 16 Jan 1997 12:50:00 +0000 (12:50 +0000)]
* (sigprocmask, sig_suspender): New functions, implement
signal blocking on MSDOS.
Eli Zaretskii [Thu, 16 Jan 1997 12:20:49 +0000 (12:20 +0000)]
* (XMenuActivate): Don't allow non-positive menu
coordinates.
Richard M. Stallman [Thu, 16 Jan 1997 05:09:21 +0000 (05:09 +0000)]
(ps-print-version): Fix value.
(cl lisp-float-type): Require them.
(ps-number-of-columns ps-*-font-size): Try to select defaults
better suited when `ps-landscape-mode' is non-nil.
(ps-*-faces): Change default for Font Lock mode faces when
`ps-print-color-p' is nil.
(ps-right-header): Replace `time-stamp-yy/mm/dd'
by `time-stamp-mon-dd-yyyy'.
(ps-end-file ps-begin-page): Fix bug in page count for Ghostview.
(ps-generate-postscript-with-faces): Replace `ps-sorter' by
`car-less-than-car'.
(ps-plot ps-generate): Replace `%d' by `%3d'.
Jim Meyering [Thu, 16 Jan 1997 03:33:02 +0000 (03:33 +0000)]
[hpux && HAVE_PSTAT_GETDYNAMIC]: Use HPUX's pstat_getdynamic so
we don't need any special privileges to determine load averages.
Patch from Kaveh Ghazi, based on a sample implementation from
Richard J. Rauenzahn.
Indent cpp-directives to reflect nesting.
Richard M. Stallman [Wed, 15 Jan 1997 20:24:01 +0000 (20:24 +0000)]
(HAVE_PSTAT_GETDYNAMIC): New definition.
Richard M. Stallman [Wed, 15 Jan 1997 20:19:54 +0000 (20:19 +0000)]
(get_emacs_configuration): Return windows95 instead of win95.
Karl Heuer [Wed, 15 Jan 1997 00:20:37 +0000 (00:20 +0000)]
compile.el (first-error): Doc fix.
Richard M. Stallman [Mon, 13 Jan 1997 21:42:33 +0000 (21:42 +0000)]
(init_cmdargs): Allow `installation-directory'
to be set if either `lib-src' or `info' are found as its
subdirectories or siblings.
Richard M. Stallman [Mon, 13 Jan 1997 08:45:17 +0000 (08:45 +0000)]
(occur-mode-map): Bind g to revert-buffer.
(occur-mode): Locally bind revert-buffer-function.
(occur-command-arguments): New variable.
(occur-revert-function): New function.
(occur): Set occur-command-arguments.
Richard M. Stallman [Mon, 13 Jan 1997 03:33:26 +0000 (03:33 +0000)]
(concat): Take modulus of thisindex before shifting.
Declare thisindex as unsigned.
Richard M. Stallman [Mon, 13 Jan 1997 03:25:05 +0000 (03:25 +0000)]
Rename args PATHNAME to FILENAME in various functions.
(mh-mhn-compose-insertion): New arg ATTRIBUTES
and change the interactive spec to read it.
Richard M. Stallman [Mon, 13 Jan 1997 02:41:58 +0000 (02:41 +0000)]
Update info about DJGPP.
Geoff Voelker [Mon, 13 Jan 1997 01:41:59 +0000 (01:41 +0000)]
(x-popup-menu): Pass in insist flag to mouse_position_hook.
Geoff Voelker [Mon, 13 Jan 1997 01:23:21 +0000 (01:23 +0000)]
(make-auto-save-file-name): Replace occurrences of
all invalid filename characters.
Richard M. Stallman [Mon, 13 Jan 1997 01:10:49 +0000 (01:10 +0000)]
(texinfo-incorporate-descriptions): Call regexp-quote.
Paul Eggert [Sat, 11 Jan 1997 17:44:06 +0000 (17:44 +0000)]
(rounding_driver): New function for systematic support of
2-argument rounding functions, so that `floor' isn't the only one
that supports 2 arguments.
(Fceiling, Ffloor, Fround, Ftruncate): Use it.
(ceiling2, floor2, round2, truncate2, double_identity): New functions.
(syms_of_floatfns): Define ceiling, round, and truncate even if
LISP_FLOAT_TYPE is not defined.
Richard M. Stallman [Sat, 11 Jan 1997 00:28:34 +0000 (00:28 +0000)]
Fix previous change.
Richard M. Stallman [Sat, 11 Jan 1997 00:28:16 +0000 (00:28 +0000)]
(read1): Fix error messages.
Richard M. Stallman [Fri, 10 Jan 1997 09:15:06 +0000 (09:15 +0000)]
Comment change.